home *** CD-ROM | disk | FTP | other *** search
/ developer.apple.com / developer.apple.com.tar / developer.apple.com / appleapplications / download / ctxmlsdk.dmg / ctxml / Xcode / CF XML Tool / CF XML Tool.xcodeproj / project.pbxproj < prev   
Text File  |  2007-11-07  |  7KB  |  216 lines

  1. // !$*UTF8*$!
  2. {
  3.     archiveVersion = 1;
  4.     classes = {
  5.     };
  6.     objectVersion = 42;
  7.     objects = {
  8.  
  9. /* Begin PBXBuildFile section */
  10.         43A4CBDB0CBAE86E00233F73 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 43A4CBDA0CBAE86E00233F73 /* Carbon.framework */; };
  11.         8DD76F770486A8DE00D96B5E /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 08FB7796FE84155DC02AAC07 /* main.cpp */; settings = {ATTRIBUTES = (); }; };
  12.         8DD76F790486A8DE00D96B5E /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 09AB6884FE841BABC02AAC07 /* CoreFoundation.framework */; };
  13.         8DD76F7C0486A8DE00D96B5E /* CF XML Tool.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = C6859E970290921104C91782 /* CF XML Tool.1 */; };
  14. /* End PBXBuildFile section */
  15.  
  16. /* Begin PBXCopyFilesBuildPhase section */
  17.         8DD76F7B0486A8DE00D96B5E /* CopyFiles */ = {
  18.             isa = PBXCopyFilesBuildPhase;
  19.             buildActionMask = 8;
  20.             dstPath = /usr/share/man/man1/;
  21.             dstSubfolderSpec = 0;
  22.             files = (
  23.                 8DD76F7C0486A8DE00D96B5E /* CF XML Tool.1 in CopyFiles */,
  24.             );
  25.             runOnlyForDeploymentPostprocessing = 1;
  26.         };
  27. /* End PBXCopyFilesBuildPhase section */
  28.  
  29. /* Begin PBXFileReference section */
  30.         08FB7796FE84155DC02AAC07 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
  31.         09AB6884FE841BABC02AAC07 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; };
  32.         43A4CBDA0CBAE86E00233F73 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; };
  33.         8DD76F7E0486A8DE00D96B5E /* cfxmltool */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = cfxmltool; sourceTree = BUILT_PRODUCTS_DIR; };
  34.         C6859E970290921104C91782 /* CF XML Tool.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = "CF XML Tool.1"; sourceTree = "<group>"; };
  35. /* End PBXFileReference section */
  36.  
  37. /* Begin PBXFrameworksBuildPhase section */
  38.         8DD76F780486A8DE00D96B5E /* Frameworks */ = {
  39.             isa = PBXFrameworksBuildPhase;
  40.             buildActionMask = 2147483647;
  41.             files = (
  42.                 8DD76F790486A8DE00D96B5E /* CoreFoundation.framework in Frameworks */,
  43.                 43A4CBDB0CBAE86E00233F73 /* Carbon.framework in Frameworks */,
  44.             );
  45.             runOnlyForDeploymentPostprocessing = 0;
  46.         };
  47. /* End PBXFrameworksBuildPhase section */
  48.  
  49. /* Begin PBXGroup section */
  50.         08FB7794FE84155DC02AAC07 /* CF XML Tool */ = {
  51.             isa = PBXGroup;
  52.             children = (
  53.                 08FB7795FE84155DC02AAC07 /* Source */,
  54.                 C6859E96029091FE04C91782 /* Documentation */,
  55.                 08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */,
  56.                 19C28FBDFE9D53C911CA2CBB /* Products */,
  57.             );
  58.             name = "CF XML Tool";
  59.             sourceTree = "<group>";
  60.         };
  61.         08FB7795FE84155DC02AAC07 /* Source */ = {
  62.             isa = PBXGroup;
  63.             children = (
  64.                 08FB7796FE84155DC02AAC07 /* main.cpp */,
  65.             );
  66.             name = Source;
  67.             sourceTree = "<group>";
  68.         };
  69.         08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */ = {
  70.             isa = PBXGroup;
  71.             children = (
  72.                 43A4CBDA0CBAE86E00233F73 /* Carbon.framework */,
  73.                 09AB6884FE841BABC02AAC07 /* CoreFoundation.framework */,
  74.             );
  75.             name = "External Frameworks and Libraries";
  76.             sourceTree = "<group>";
  77.         };
  78.         19C28FBDFE9D53C911CA2CBB /* Products */ = {
  79.             isa = PBXGroup;
  80.             children = (
  81.                 8DD76F7E0486A8DE00D96B5E /* cfxmltool */,
  82.             );
  83.             name = Products;
  84.             sourceTree = "<group>";
  85.         };
  86.         C6859E96029091FE04C91782 /* Documentation */ = {
  87.             isa = PBXGroup;
  88.             children = (
  89.                 C6859E970290921104C91782 /* CF XML Tool.1 */,
  90.             );
  91.             name = Documentation;
  92.             sourceTree = "<group>";
  93.         };
  94. /* End PBXGroup section */
  95.  
  96. /* Begin PBXNativeTarget section */
  97.         8DD76F740486A8DE00D96B5E /* CF XML Tool */ = {
  98.             isa = PBXNativeTarget;
  99.             buildConfigurationList = 1DEB924708733DCA0010E9CD /* Build configuration list for PBXNativeTarget "CF XML Tool" */;
  100.             buildPhases = (
  101.                 8DD76F760486A8DE00D96B5E /* Sources */,
  102.                 8DD76F780486A8DE00D96B5E /* Frameworks */,
  103.                 8DD76F7B0486A8DE00D96B5E /* CopyFiles */,
  104.             );
  105.             buildRules = (
  106.             );
  107.             dependencies = (
  108.             );
  109.             name = "CF XML Tool";
  110.             productInstallPath = "$(HOME)/bin";
  111.             productName = "CF XML Tool";
  112.             productReference = 8DD76F7E0486A8DE00D96B5E /* cfxmltool */;
  113.             productType = "com.apple.product-type.tool";
  114.         };
  115. /* End PBXNativeTarget section */
  116.  
  117. /* Begin PBXProject section */
  118.         08FB7793FE84155DC02AAC07 /* Project object */ = {
  119.             isa = PBXProject;
  120.             buildConfigurationList = 1DEB924B08733DCA0010E9CD /* Build configuration list for PBXProject "CF XML Tool" */;
  121.             hasScannedForEncodings = 1;
  122.             mainGroup = 08FB7794FE84155DC02AAC07 /* CF XML Tool */;
  123.             projectDirPath = "";
  124.             targets = (
  125.                 8DD76F740486A8DE00D96B5E /* CF XML Tool */,
  126.             );
  127.         };
  128. /* End PBXProject section */
  129.  
  130. /* Begin PBXSourcesBuildPhase section */
  131.         8DD76F760486A8DE00D96B5E /* Sources */ = {
  132.             isa = PBXSourcesBuildPhase;
  133.             buildActionMask = 2147483647;
  134.             files = (
  135.                 8DD76F770486A8DE00D96B5E /* main.cpp in Sources */,
  136.             );
  137.             runOnlyForDeploymentPostprocessing = 0;
  138.         };
  139. /* End PBXSourcesBuildPhase section */
  140.  
  141. /* Begin XCBuildConfiguration section */
  142.         1DEB924808733DCA0010E9CD /* Debug */ = {
  143.             isa = XCBuildConfiguration;
  144.             buildSettings = {
  145.                 COPY_PHASE_STRIP = NO;
  146.                 GCC_DYNAMIC_NO_PIC = NO;
  147.                 GCC_ENABLE_FIX_AND_CONTINUE = YES;
  148.                 GCC_MODEL_TUNING = G5;
  149.                 GCC_OPTIMIZATION_LEVEL = 0;
  150.                 INSTALL_PATH = "$(HOME)/bin";
  151.                 PRODUCT_NAME = cfxmltool;
  152.                 ZERO_LINK = NO;
  153.             };
  154.             name = Debug;
  155.         };
  156.         1DEB924908733DCA0010E9CD /* Release */ = {
  157.             isa = XCBuildConfiguration;
  158.             buildSettings = {
  159.                 ARCHS = (
  160.                     ppc,
  161.                     i386,
  162.                 );
  163.                 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
  164.                 GCC_MODEL_TUNING = G5;
  165.                 INSTALL_PATH = "$(HOME)/bin";
  166.                 PRODUCT_NAME = cfxmltool;
  167.                 ZERO_LINK = NO;
  168.             };
  169.             name = Release;
  170.         };
  171.         1DEB924C08733DCA0010E9CD /* Debug */ = {
  172.             isa = XCBuildConfiguration;
  173.             buildSettings = {
  174.                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
  175.                 GCC_WARN_UNUSED_VARIABLE = YES;
  176.                 PREBINDING = NO;
  177.                 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
  178.             };
  179.             name = Debug;
  180.         };
  181.         1DEB924D08733DCA0010E9CD /* Release */ = {
  182.             isa = XCBuildConfiguration;
  183.             buildSettings = {
  184.                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
  185.                 GCC_WARN_UNUSED_VARIABLE = YES;
  186.                 PREBINDING = NO;
  187.                 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
  188.             };
  189.             name = Release;
  190.         };
  191. /* End XCBuildConfiguration section */
  192.  
  193. /* Begin XCConfigurationList section */
  194.         1DEB924708733DCA0010E9CD /* Build configuration list for PBXNativeTarget "CF XML Tool" */ = {
  195.             isa = XCConfigurationList;
  196.             buildConfigurations = (
  197.                 1DEB924808733DCA0010E9CD /* Debug */,
  198.                 1DEB924908733DCA0010E9CD /* Release */,
  199.             );
  200.             defaultConfigurationIsVisible = 0;
  201.             defaultConfigurationName = Release;
  202.         };
  203.         1DEB924B08733DCA0010E9CD /* Build configuration list for PBXProject "CF XML Tool" */ = {
  204.             isa = XCConfigurationList;
  205.             buildConfigurations = (
  206.                 1DEB924C08733DCA0010E9CD /* Debug */,
  207.                 1DEB924D08733DCA0010E9CD /* Release */,
  208.             );
  209.             defaultConfigurationIsVisible = 0;
  210.             defaultConfigurationName = Release;
  211.         };
  212. /* End XCConfigurationList section */
  213.     };
  214.     rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
  215. }
  216.